]> git.pld-linux.org Git - packages/gal.git/commitdiff
- written from scrach. gal-0_2-1
authorkloczek <kloczek@pld-linux.org>
Fri, 27 Oct 2000 05:16:59 +0000 (05:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gal.spec -> 1.1

gal.spec [new file with mode: 0644]

diff --git a/gal.spec b/gal.spec
new file mode 100644 (file)
index 0000000..427d673
--- /dev/null
+++ b/gal.spec
@@ -0,0 +1,97 @@
+Summary:       the G App Libs (GAL)
+Name:          gal
+Version:       0.2
+Release:       1
+License:       LGPL
+Group:         X11/Libraries
+Group(de):     X11/Libraries
+Group(pl):     X11/Biblioteki
+Source0:       ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gal/%{name}-%{version}.tar.gz
+Patch0:                %{name}-no_version.patch
+BuildRequires: automake
+BuildRequires: gettext-devel
+BuildRequires: gtk+-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+%define                _infodir        /usr/share/info
+%define                _mandir         /usr/X11R6/man
+%define                _sysconfdir     %{_datadir}
+
+%description
+This the G App Libs (GAL). This module contains some library functions
+that came from Gnumeric and Evolution. The idea is to reuse those
+widgets across various larger GNOME applications that might want to
+use these widgets.
+
+%package devel
+Summary:       Gtk+ header files and development documentation
+Group:         X11/Development/Libraries
+Group(de):     X11/Entwicklung/Libraries
+Group(pl):     X11/Programowanie/Biblioteki
+Requires:      %{name} = %{version}
+
+%description devel
+Header files and development documentation for the Gtk+ libraries.
+
+%description -l pl devel
+Pliki nag³ówkowe i dokumentacja do bibliotek Gtk+.
+
+%package static
+Summary:       Gtk+ static libraries
+Summary(pl):   Biblioteki statyczne Gtk+
+Group:         X11/Development/Libraries
+Group(de):     X11/Entwicklung/Libraries
+Group(pl):     X11/Programowanie/Biblioteki
+Requires:      %{name}-devel = %{version}
+
+%description static
+Gtk+ static libraries.
+
+%description -l pl static
+Biblioteki statyczne gal.
+
+%prep
+%setup -q
+%patch -p1
+
+%build
+gettextize --copy --force
+automake
+%configure \
+       --enable-static
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf AUTHORS ChangeLog NEWS README
+
+#%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+#%files -f %{name}.lang
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%{_sysconfdir}/etable
+
+%files devel
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_libdir}/*.sh
+%attr(755,root,root) %{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_includedir}/gal
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 0.062442 seconds and 4 git commands to generate.