source: trunk/third/gal2/gal.spec @ 21354

Revision 21354, 1.9 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21353, which included commits to RCS files with non-trunk default branches.
Line 
1%define prefix /usr
2
3Summary: The G App library.
4Name: gal
5Version: 2.2.5
6Release: 1
7License: LGPL
8Group: System Environment/Libraries
9Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gal/gal-%{version}.tar.gz
10BuildRoot: /var/tmp/gal-%{PACKAGE_VERSION}-root
11
12%description
13Reuseable GNOME library functions.
14
15%package devel
16Summary: Libraries and include files for the G App library.
17Group: Development/Libraries
18
19%description devel
20The gal-devel package includes the static libraries and header files for the
21gal package.
22
23Install gal-devel if you want to develop programs which will use gal.
24
25%changelog
26* Tue Apr 14 2003 Rui Miguel Silva Seabra <rms@1407.org>
27- the spec works again
28- s/Copyright/License/ this _is_ the correct tag
29
30* Thu Mar 15 2001 Matthew Wilson <msw@redhat.com>
31- the -devel package must own the /usr/include/gal directory and all
32  its contents
33
34* Fri Oct 10 2000 John Gotts <jgotts@linuxsavvy.com>
35- Created spec file.
36
37%prep
38%setup
39
40%build
41./configure --prefix=%{prefix} --sysconfdir=/etc --enable-static --enable-shared
42make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
43
44%install
45rm -rf $RPM_BUILD_ROOT
46mkdir -p $RPM_BUILD_ROOT%{prefix}
47
48make install DESTDIR=$RPM_BUILD_ROOT
49
50%find_lang %{name}-%{version}
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%post -p /sbin/ldconfig
56
57%postun -p /sbin/ldconfig
58
59
60%files -f %{name}-%{version}.lang
61%defattr(0644, root, root, 0755)
62%doc README AUTHORS COPYING ChangeLog NEWS
63%{_datadir}/gal-2.0/%{version}/glade/*.glade
64%{_datadir}/gal-2.0/%{version}/pixmaps/categories/*.png
65%{_datadir}/gal-2.0/html
66%{_libdir}/libgal-2.0.so*
67%{_libdir}/gtk-2.0/modules/libgal-a11y-2.0.so
68#%{prefix}/lib/galConf.sh
69
70%files devel
71%defattr(0644, root, root, 0755)
72#%{prefix}/lib/libgal.so
73%{_includedir}/gal-2.0
74%{_libdir}/libgal-2.0.a
75%{_libdir}/libgal-2.0.la
76%{_libdir}/gtk-2.0/modules/libgal-a11y-2.0.a
77%{_libdir}/gtk-2.0/modules/libgal-a11y-2.0.la
78%{_libdir}/pkgconfig/gal-2.0.pc
Note: See TracBrowser for help on using the repository browser.