]> git.pld-linux.org Git - packages/gcm.git/commitdiff
- moved documentation to proper dir
authorgrzegol <grzegol@pld-linux.org>
Sat, 24 Jan 2004 17:27:01 +0000 (17:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added post/postun -n librtftohtml
- rel. 3

Changed files:
    gcm.spec -> 1.12

gcm.spec

index e6fe7942c374bbbcdab1c1b3aa7600e959feb0b2..d050676f49e4e3d79dfaf99d57ab57c11613b74b 100644 (file)
--- a/gcm.spec
+++ b/gcm.spec
@@ -5,7 +5,7 @@ Summary:        GNOME Clipboard Manager - an application to manage your selections and
 Summary(pl):   Zarz±dca schowka GNOME - aplikacja do zarz±dzania zaznaczeniami i schowkami
 Name:          gcm
 Version:       2.0.4
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Applications
 Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -115,6 +115,8 @@ cd ../gcmapplet
 %{__aclocal}
 %{__autoconf}
 cd ..
+rm -f mkinstalldirs
+cp /usr/share/automake/mkinstalldirs .
 glib-gettextize --copy --force
 intltoolize --copy --force
 %{__libtoolize}
@@ -147,10 +149,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %postun        -p /sbin/ldconfig
 
+%post   -n librtftohtml -p /sbin/ldconfig
+%postun -n librtftohtml -p /sbin/ldconfig
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README TODO
-%doc %{_docdir}/%{name}
+%doc AUTHORS ChangeLog README TODO doc/*.html doc/*.png doc/HACKING
 %attr(755,root,root) %{_bindir}/gcm
 %attr(755,root,root) %{_bindir}/gcmui
 %attr(755,root,root) %{_libdir}/gcmapplet
This page took 0.125987 seconds and 4 git commands to generate.