source: projects/specs/branches/6/a/asciidoc/asciidoc-vl.spec @ 5775

Revision 5775, 3.0 KB checked in by munepi, 12 years ago (diff)

updated asciidoc-vl.spec

Line 
1Summary: Text based document generation
2Summary(ja): テキストベースのドキュメント生成
3Name: asciidoc
4Version: 8.6.6
5Release: 1%{?_dist_release}
6License: GPL
7Group: Applications/System
8URL: http://www.methods.co.nz/asciidoc/
9Vendor: Project Vine
10Distribution: Vine Linux
11Packager: daisuke, kenta
12Source0: http://downloads.sourceforge.net/project/asciidoc/asciidoc/%{version}/%{name}-%{version}.tar.gz
13BuildRequires: python
14Requires: python
15Requires: docbook-style-xsl
16Requires: libxslt
17BuildArch: noarch
18BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
19
20%description
21AsciiDoc is a text document format for writing short documents,
22articles, books and UNIX man pages. AsciiDoc files can be translated
23to HTML and DocBook markups using the asciidoc(1) command.
24
25%prep
26%setup -q
27
28%build
29%configure
30
31%install
32rm -rf %{buildroot}
33make install DESTDIR=%{buildroot}
34
35# Python API
36install -Dpm 644 asciidocapi.py %{buildroot}%{python_sitelib}/asciidocapi.py
37
38%clean
39rm -rf %{buildroot}
40
41%files
42%defattr(-,root,root,0755)
43%config(noreplace) %{_sysconfdir}/asciidoc
44%{_bindir}/*
45%{_mandir}/man1/*
46%{python_sitelib}/asciidocapi.py*
47%doc README BUGS CHANGELOG COPYRIGHT
48
49%changelog
50* Sun Feb 26 2012 Munehiro Yamamoto <munepi@vinelinux.org> 8.6.6-1
51- new upstream version
52
53* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.6.4-2
54- rebuild with python-2.7.2
55
56* Tue Apr 26 2011 NAKAMURA Kenta <kenta@vinelinux.org> 8.6.4-1
57- new upstream version 8.6.4
58
59* Wed Aug 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 8.2.5-1
60- initial build for Vine Linux
61
62* Wed Dec 05 2007 Florian La Roche <laroche@redhat.com> - 8.2.5-2
63- remove doc/examples from filelist due to dangling symlinks
64
65* Tue Nov 20 2007 Florian La Roche <laroche@redhat.com> - 8.2.5-1
66- new upstream version 8.2.5
67
68* Mon Oct 22 2007 Florian La Roche <laroche@redhat.com> - 8.2.3-1
69- new upstream version 8.2.3
70
71* Sat Sep 01 2007 Florian La Roche <laroche@redhat.com> - 8.2.2-1
72- new upstream version 8.2.2
73
74* Mon Mar 19 2007 Chris Wright <chrisw@redhat.com> - 8.1.0-1
75- update to asciidoc 8.1.0
76
77* Thu Sep 14 2006 Chris Wright <chrisw@redhat.com> - 7.0.2-3
78- rebuild for Fedora Extras 6
79
80* Tue Feb 28 2006 Chris Wright <chrisw@redhat.com> - 7.0.2-2
81- rebuild for Fedora Extras 5
82
83* Mon Aug 29 2005 Chris Wright <chrisw@osdl.org> - 7.0.2-1
84- convert spec file to UTF-8
85- Source should be URL
86- update to 7.0.2
87
88* Fri Aug 19 2005 Chris Wright <chrisw@osdl.org> - 7.0.1-3
89- consistent use of RPM_BUILD_ROOT
90
91* Thu Aug 18 2005 Chris Wright <chrisw@osdl.org> - 7.0.1-2
92- Update BuildRoot
93- use _datadir
94- use config and _sysconfdir
95
96* Wed Jun 29 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.1-1
97- 7.0.1
98- Drop patch now upstream
99- Build as noarch (Petr Klíma)
100
101* Sat Jun 11 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.0-0.3
102- Add include patch
103
104* Fri Jun 10 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.0-0.2
105- Fix stylesheets according to Stuart
106
107* Fri Jun 10 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.0-0.1
108- Initial package
109- Based on Debian package, thx!
110
111
Note: See TracBrowser for help on using the repository browser.