%global version_string 3_8_2 Name: wikindx Version: 3.8.2 Release: 1%{?dist} Summary: Free bibliographic and quotations/notes management and article authoring system License: GPLv2+ URL: http://%{name}.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}%{version_string}.tar.gz SOURCE1: %{name}3.fedora Patch0: %{name}3-use-fedora-adodb.patch Buildarch: noarch Requires: mysql-server php php-adodb %description WIKINDX... * can manage all my bibliographic data allowing me to search through them with an accuracy and speed that cannot be duplicated with index cards. * enables me to store unlimited quotes, paraphrases and thoughts and to efficiently cross-reference them in a searchable database. * is free, stable and open source allowing me to cast off the shackles of commercial, licensed software. * supports non-English multi-byte character sets. * runs on all major operating systems (*NIX, OsX, Windows). * runs not only on a desktop computer but also on a web server so I can access my bibliography from any networked point or share my bibliography with my research team. * allows multiple attachments for each bibliographic resource. * can export my bibliography in various bibliographic styles (APA, Chicago, IEEE for example). * allows me to edit or create bibliographic styles through a graphical interface. * integrates a WYSIWYG word processor with easy importation of quotes etc. so that at long last I can write an article, from draft through to publication with automatic citation formatting, entirely within the one software. * at the click of a mouse button will reformat my article to another citation style whether that style uses footnotes, endnotes or in-text citation. * can import and export other bibliographic formats including BibTeX or Endnote format. * supports multiple users. WIKINDX is all this and more. %prep %setup -q -n %{name}3 %patch0 cp -v %SOURCE1 . #php-adodb is available in the repos rm -rvf core/sql/adodb* rm -rvf core/sql/datadict rm -rvf core/sql/xsl rm -rvf core/sql/license.txt rm -rvf core/sql/*.so rm -rvf core/sql/toexport.inc.php %build # Nothing to build %install mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{version} cp -rv * $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{version} %files %doc %{name}3.fedora %{_datadir}/%{name}-%{version} %changelog * Sat Feb 16 2013 Ankur Sinha 3.8.2-1 - Update requires - Initial rpm build