source: projects/specs/trunk/s/sitecopy/sitecopy-vl.spec @ 9932

Revision 9932, 2.7 KB checked in by iwamoto, 8 years ago (diff)

sitecopy: rebuilt with latest VineSeed environment.

RevLine 
[3089]1Name: sitecopy
[521]2Summary: sitecopy is for easily maintaining remote web sites.
3Summary(ja): sitecopy はリモートでのウェブサイトの管理を楽にします。
[3089]4Version: 0.16.6
[9932]5Release: 4%{?_dist_release}
[3089]6
[9080]7License: GPLv2+
[521]8Group: Applications/Internet
[3089]9URL: http://www.manyfish.co.uk/sitecopy/
10
11Source0: http://www.manyfish.co.uk/sitecopy/%{name}-%{version}.tar.gz
[9080]12Patch0: configure-%{version}.patch
[3089]13
[521]14BuildRoot: %{_tmppath}/%{name}-%{version}-root
[9080]15BuildRequires: neon-devel
[521]16
17Vendor: Project Vine
18Distribution: Vine Linux
19
20%description
[3089]21sitecopy is for easily maintaining remote web sites. The program will
22upload files to the server which have changed locally, and delete files
23from the server which have been removed locally, to keep the remote
24site synchronized with the local site with a single command.
[521]25
26%description -l ja
[3089]27sitecopy はリモートでのウェブサイトの管理を楽にします。
28たったひとつのコマンドでローカルのホストで更新のあったファイルや、削除された
29ファイルをサーバ上のファイルに反映させる事により常にローカルホストとサーバを
30同調させることが出来ます。
[521]31
32%prep
33%setup -q
[9080]34%patch0 -p1 -b .configure
[521]35
[9080]36# Forcibly prevent use of bundled neon/expat/gettext sources.
37rm -r lib/neon/*.[ch] intl/*.[ch]
38
[521]39%build
[9080]40%configure --with-neon
41make %{?_smp_mflags}
[521]42
43%install
[9080]44rm -rf $RPM_BUILD_ROOT
45make install DESTDIR=$RPM_BUILD_ROOT
[521]46
47# remove unpacked files
[9080]48rm -rf $RPM_BUILD_ROOT%{_prefix}/doc
49rm -rf $RPM_BUILD_ROOT%{_mandir}/fr
[521]50
[9080]51%find_lang %{name}
52
[521]53%clean
[9080]54rm -rf $RPM_BUILD_ROOT
[521]55
[9080]56%files -f %{name}.lang
[521]57%defattr(-,root,root)
[9080]58%doc COPYING ChangeLog NEWS README THANKS TODO
[521]59%doc doc/update.sh
60%{_bindir}/sitecopy
61#%{_mandir}/*/man1/sitecopy.1.gz
62%{_mandir}/man1/sitecopy.1.gz
63%{_datadir}/sitecopy
64
65%changelog
[9932]66* Tue Jan  5 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.16.6-4
67- rebuilt with latest VineSeed env.
68
[9080]69* Tue Nov 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.16.6-3
70- updated Patch0
71
[3821]72* Mon May 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.6-2
73- add Patch0 (sitecopy-neon-0.29-vine.patch)
74
[3089]75* Thu Mar 24 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16.6-1
76- updated to 0.16.6
77- updated URL
78- rebuilt with new toolchains
79
[521]80* Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 0.16.1-1vl5
81- applied new versioning policy, spec in utf-8
82
83* Sun Mar 12 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16.1-0vl1
84- new upstream release
85- added BuildRequires: neon-devel, zlib-devel
86
87* Thu Jun 16 2005 TOSHI <toshi-52@s5.dion.ne.jp> 0.15.1-0vl2
88-add %doc
89-A revision %files
90
91* Sun May 22 2005 TOSHI <toshi-52@s5.dion.ne.jp> 0.15.1-0vl1
92-First Update!
93- initial build for Vine Linux
94
95
96# end of file
97
Note: See TracBrowser for help on using the repository browser.