]> git.pld-linux.org Git - packages/eggdrop.git/commitdiff
- cleanup doc files, rel 1 AC-STABLE auto/ac/eggdrop-1_6_17-1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 20 Apr 2006 10:29:17 +0000 (10:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eggdrop.spec -> 1.97

eggdrop.spec

index 8c09f351e13831dd356d2e297772efc8e4df414c..485027fc4c873fff6a702a02b24b063f51b4538a 100644 (file)
@@ -4,7 +4,7 @@ Summary(pt_BR): Bot de IRC escrito em C
 Summary(ru_RU):        Eggdrop, ÜÔÏ IRC-ÂÏÔ ÎÁÐÉÓÁÎÎÙÊ ÎÁ ÑÚÙËÅ C.
 Name:          eggdrop
 Version:       1.6.17
-Release:       0.1
+Release:       1
 License:       GPL v2
 Group:         Applications/Communications
 Source0:       ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/%{name}%{version}.tar.bz2
@@ -185,12 +185,16 @@ mv -f $RPM_BUILD_ROOT/modules/* $RPM_BUILD_ROOT%{_libdir}/%{name}/modules/
 mv -f $RPM_BUILD_ROOT{/doc,%{_mandir}}/man1/%{name}.1 
 rm -rf $RPM_BUILD_ROOT/{doc,README,logs,eggdrop.conf}
 
+rm -rf docs
+cp -a doc docs
+rm -rf docs/{man1,Makefile*}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc doc
+%doc docs/*
 %attr(755,root,root) %{_bindir}/%{name}
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/modules
This page took 0.071452 seconds and 4 git commands to generate.