Author: aredridel                    Date: Fri Mar 23 16:44:24 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

---- Files affected:
SPECS:
   gtkunique.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gtkunique.spec
diff -u /dev/null SPECS/gtkunique.spec:1.1
--- /dev/null   Fri Mar 23 17:44:24 2007
+++ SPECS/gtkunique.spec        Fri Mar 23 17:44:18 2007
@@ -0,0 +1,104 @@
+# $Revision$, $Date$
+#
+Summary:       Library to make sure only one instance of a program is running
+Name:          gtkunique
+Version:       0.9.1
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       %{name}-%{version}.tar.gz
+# Source0-md5: ba00da4858cadb132948840a235454d8
+URL:           http://svn.gnome.org/viewcvs/gtkunique/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gtk-doc >= 1.8
+BuildRequires: libtool
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Library to make sure only one instance of a program is running.
+
+%package devel
+Summary:       Header files for gtkunique library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki gtkunique
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+Header files for gtkunique library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki gtkunique.
+
+%package static
+Summary:       Static gtkunique library
+Summary(pl.UTF-8):     Statyczna biblioteka gtkunique
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static gtkunique library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka gtkunique.
+
+%prep
+%setup -q
+
+%build
+cp /usr/share/automake/mkinstalldirs .
+%{__gtkdocize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_libdir}/*.so.*
+
+%files devel
+%defattr(644,root,root,755)
+%{_libdir}/*.so
+%{_libdir}/*.la
+%{_pkgconfigdir}/*.pc
+%{_includedir}/*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/*.a
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/03/23 16:44:18  aredridel
+- added
+
+Revision 1.66  2007/02/12 22:09:17  glen
+- tabs in preamble
+
+Revision 1.65  2007/02/12 01:06:34  baggins
+- converted to UTF-8
+
+Revision 1.64  2007/02/07 14:47:31  glen
+- Epoch adding should be simple enough, not to have it here
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to