source: projects/specs/trunk/a/asciidoc/asciidoc-vl.spec @ 5701

Revision 5701, 2.9 KB checked in by Takemikaduchi, 12 years ago (diff)

python-2.7.2

Line 
1Summary: Text based document generation
2Summary(ja): テキストベースのドキュメント生成
3Name: asciidoc
4Version: 8.6.4
5Release: 2%{?_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 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.6.4-2
51- rebuild with python-2.7.2
52
53* Tue Apr 26 2011 NAKAMURA Kenta <kenta@vinelinux.org> 8.6.4-1
54- new upstream version 8.6.4
55
56* Wed Aug 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 8.2.5-1
57- initial build for Vine Linux
58
59* Wed Dec 05 2007 Florian La Roche <laroche@redhat.com> - 8.2.5-2
60- remove doc/examples from filelist due to dangling symlinks
61
62* Tue Nov 20 2007 Florian La Roche <laroche@redhat.com> - 8.2.5-1
63- new upstream version 8.2.5
64
65* Mon Oct 22 2007 Florian La Roche <laroche@redhat.com> - 8.2.3-1
66- new upstream version 8.2.3
67
68* Sat Sep 01 2007 Florian La Roche <laroche@redhat.com> - 8.2.2-1
69- new upstream version 8.2.2
70
71* Mon Mar 19 2007 Chris Wright <chrisw@redhat.com> - 8.1.0-1
72- update to asciidoc 8.1.0
73
74* Thu Sep 14 2006 Chris Wright <chrisw@redhat.com> - 7.0.2-3
75- rebuild for Fedora Extras 6
76
77* Tue Feb 28 2006 Chris Wright <chrisw@redhat.com> - 7.0.2-2
78- rebuild for Fedora Extras 5
79
80* Mon Aug 29 2005 Chris Wright <chrisw@osdl.org> - 7.0.2-1
81- convert spec file to UTF-8
82- Source should be URL
83- update to 7.0.2
84
85* Fri Aug 19 2005 Chris Wright <chrisw@osdl.org> - 7.0.1-3
86- consistent use of RPM_BUILD_ROOT
87
88* Thu Aug 18 2005 Chris Wright <chrisw@osdl.org> - 7.0.1-2
89- Update BuildRoot
90- use _datadir
91- use config and _sysconfdir
92
93* Wed Jun 29 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.1-1
94- 7.0.1
95- Drop patch now upstream
96- Build as noarch (Petr Klíma)
97
98* Sat Jun 11 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.0-0.3
99- Add include patch
100
101* Fri Jun 10 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.0-0.2
102- Fix stylesheets according to Stuart
103
104* Fri Jun 10 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.0-0.1
105- Initial package
106- Based on Debian package, thx!
107
108
Note: See TracBrowser for help on using the repository browser.