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

Revision 9233, 3.1 KB checked in by inagaki, 9 years ago (diff)

2015-01-07 Ryoichi INAGAKI <ryo1@…>

  • accerciser: changed Group
  • asciidoc: updated and changed Group
  • bashdb: updated and changed Group
  • itcl: updated


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